# Retrieve population statistics of funnel stage

Retrieve the population history of the audience. The history is returned per day and those days are calculated in the timezone of the audience.

Endpoint: GET /entities/funnels/{funnelId}/stages/{id}/statistics
Version: 1.0.0

## Path parameters:

  - `id` (integer, required)
    Funnel Stage ID to get statistics

  - `funnelId` (integer, required)
    Funnel ID to get statistics

## Query parameters:

  - `from` (string)
    from date

  - `to` (string)
    to date (inclusive)

